validateEntry
open override fun validateEntry(input: String, type: EntryValidator.ValidationType): ValidationResult<String>
Validates the provided String versus the provided Predicate
Return
ValidationResult
Author
fzzyhmstrs
Since
0.2.6
Parameters
input
String - the String to test
type
EntryValidator.ValidationType - whether this is testing with weak or strong validation